Tegra: lib: debug: fix MISRA violation Rule 21.6
authorAnthony Zhou <[email protected]>
Fri, 8 Sep 2017 07:53:40 +0000 (15:53 +0800)
committerVarun Wadekar <[email protected]>
Wed, 23 Jan 2019 18:31:22 +0000 (10:31 -0800)
MISRA Rule 21.6, The standard library input/output functions
shall not be used.

This patch removes headers that are not really needed.

Change-Id: I746138ce7ee95d7ca985d020f89b2738d997a7a2
Signed-off-by: Anthony Zhou <[email protected]>
plat/nvidia/tegra/common/lib/debug/profiler.c

index f40244be1d2ca89809a045dc506c74060cc92803..d4c3f9595dec95c680be97364533d3d2ac85e6e5 100644 (file)
@@ -26,8 +26,6 @@
 #include <mmio.h>
 #include <profiler.h>
 #include <stdbool.h>
-#include <stdio.h>
-#include <stdint.h>
 #include <string.h>
 #include <utils_def.h>
 #include <xlat_tables_v2.h>